footer{
    background-image: url(Blue\ aesthetic\ background.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}
.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.input-icons img {
    position: absolute;
}

.input-icons .icon {
    padding: 10px;
    text-align: center;
}
.input-field {
    width: 100%;
    padding: 10px;
    text-align: center;
}
a{
    text-decoration: none;
    color: black;
}
@media only screen and (max-width: 768px) {
    /* CSS to center the logo */
    .logo {
        display: block;
        margin-left: 77px; /* Center the logo horizontally */
    }
  }